Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/openprocurement.contracting.ceasefire
Ceasefire contracting module for openprocurement
https://github.com/openprocurement/openprocurement.contracting.ceasefire
contracts eauction eprocurement python
Last synced: 16 days ago
JSON representation
Ceasefire contracting module for openprocurement
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.contracting.ceasefire
- Owner: openprocurement
- License: apache-2.0
- Created: 2018-05-17T11:20:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T12:03:54.000Z (over 5 years ago)
- Last Synced: 2025-01-02T04:34:52.309Z (19 days ago)
- Topics: contracts, eauction, eprocurement, python
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ceasefire contracting
![CodeFactor](https://www.codefactor.io/repository/github/openprocurement/openprocurement.contracting.ceasefire/badge)
## Documentation
The documentation of this project may be built with Sphinx.
Also there are some diagrams, describing workflow and code structure of the project.
You can find them in `docs/ceasefire_diagrams.xml` and open them with [draw.io](https://draw.io)### How to build it
Commands to build the docs:
`./docs/makedocs.sh`
To set language or manage some other stuff, edit `docs/source/conf.py`
To update files with requests data for tutorial:
`./docs/gen-requests.sh`
There is deeper doc about building docs, but it can be obsolete somewhere:
[Docs instruction](https://tinyurl.com/yahvn2p7)