Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/autopy
Python packaging without the boilerplate
https://github.com/zenhack/autopy
Last synced: about 1 month ago
JSON representation
Python packaging without the boilerplate
- Host: GitHub
- URL: https://github.com/zenhack/autopy
- Owner: zenhack
- Created: 2016-02-13T03:21:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T03:22:12.000Z (almost 9 years ago)
- Last Synced: 2024-10-22T07:03:01.642Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python packaging without the boilerplate
`autopy` is a layer on top of setuptools that infers as much as possible
from the directory layout, avoiding boilerplate. No need for a
`setup.py`, `long_description` is pulled from the README automatically,
and some other nice things.# Invocation
Just call `autopy` with the arguments you would normally pass to
setup.py:autopy build
autopy install
...You can use autopy to manage itself, without having already installed
it:python autopy.py build
python autopy.py install
...# License
MIT.
# Roadmap
This is still very WIP. Documentation about exactly what is inferred and
how will be forthcoming.