Git Product home page Git Product logo

project-template's Introduction

Quick Start

TODO: Description

Dependencies

Installation

via pip

You can install the latest release via pip:

pip install <PYPI_NAME>

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/<PYPI_NAME>.git
cd <PYPI_NAME>
python3 setup.py install

Quick Usage

TODO: Describe library overview in code

Development

Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.

project-template's People

Contributors

antazoey avatar dtdang avatar fubuloubu avatar lost-theory avatar notpeopling2day avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

project-template's Issues

Make template `cookiecutter` compatible

Overview

This is just an idea: make this a cookiecutter template: https://cookiecutter.readthedocs.io/en/1.7.2/

I discovered this today when looking into pytest plugins.

Basically, this will fill in all the boilerplate parts of the template via user input and the cookiecutter cli

Specification

$ pip install cookiecutter
$ cookiecutter https://github.com/ApeWorX/project-template
full_name [Raphael Pierzina]: Andreas Pelme
email [[email protected]]: [email protected]
github_username [hackebrot]: pelme
plugin_name [foobar]: awesome
module_name [awesome]: awesome
short_description [A simple plugin to use with pytest]:
version [0.1.0]:
pytest_version [2.9.1]:
Select docs_tool:
1 - mkdocs
2 - sphinx
3 - none
Choose from 1, 2, 3 [1]: 1
Select license:
1 - MIT
2 - BSD-3
3 - GNU GPL v3.0
Choose from 1, 2, 3 [1]: 2
INFO:post_gen_project:Moving files for mkdocs

(copied from https://github.com/pytest-dev/cookiecutter-pytest-plugin, ours might be a little different)

Dependencies

https://cookiecutter.readthedocs.io/en/1.7.2/

Add docs

Really interesting set up using RTD-style themes for statically-built docs, served using GitHub Pages (which can be routed from our main apeworx.github.io GitHub pages site, or sub-domained via docs.apeworx.io):
https://github.com/maltfield/rtd-github-pages

Add blurb at top of README that points to core Ape repo

Overview

If you just stumble upon an ape plugin repo, it does not make a lot of sense. Especially one named ape-ledger, that almost sounds like a whole blockchain itself or something.

Perhaps we should have a big blurb at the top of each README saying "YO, THIS IS A PLUGIN FOR THIS OTHER PYTHON PACKAGE".

Specification

Something like

This package is a plugin for the [eth](link) python Ethereum framework. To use this plugin, you have to have ape installed. please and thank you.

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Rename repo to `plugin-template`

Overview

project template sounds like something ape-template does.
This is really the plugin template.

Specification

Rename repo, but will suck the life out of everyone.

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Deprecate Python 3.6

Environment information

Certain Libraries (e.g. IPython, dataclassy) do not have full support for Python 3.6.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.