https://github.com/brennie/projector
Taking the overhead out of managing repositories and development environments.
https://github.com/brennie/projector
environment git python repositories repository
Last synced: 7 months ago
JSON representation
Taking the overhead out of managing repositories and development environments.
- Host: GitHub
- URL: https://github.com/brennie/projector
- Owner: brennie
- License: gpl-3.0
- Created: 2016-10-14T22:54:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T14:43:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T16:52:00.254Z (8 months ago)
- Topics: environment, git, python, repositories, repository
- Language: Python
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
=========
Projector
=========Projector takes the overhead out of managing your repositories and development environments.
With projector you specify a declarative configuration of your development environments and
the repositories they depend on and the tool takes care of the rest. In the future, Projector
will support easy export and import of development environments so that your colleauges can get
started hacking quickly.Development
===========|pipenv|_ is recommended for devlopment. Run the following to set up a development environment::
pipenv install --dev
This will create the virtual environment and install all required development packages. See the
|pipenv|_ documentation or run ``pipenv --help`` for more information on working with |pipenv|_.Building Documentation
----------------------The documentation can be built locally using the following command::
python setup.py sphinx_build
The generated HTML documentation will be placed in ``build/sphinx/html``.
.. |pipenv| replace:: ``pipenv``
.. _pipenv: https://docs.pipenv.org