Skip to content

Commit

Permalink
Merge pull request #2 from MeteoSwiss/v1_0_0
Browse files Browse the repository at this point in the history
version ready to do first pypi release
  • Loading branch information
falkephi authored Apr 22, 2020
2 parents c7a5703 + 5c4a4e1 commit 49eabcd
Show file tree
Hide file tree
Showing 53 changed files with 194 additions and 16,384 deletions.
113 changes: 103 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,106 @@
.ropeproject
*.swp
.venv
*.pyc
.idea
build
dist
*.egg-info
.coverage
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.lock
Pipfile

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
junit*

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
doc/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
.eggs/
ENV/

# IDE project settings
.editorconfig
.spyproject
.idea/

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Development Lead
Contributors
------------

None yet. Why not be the first?
* Gabriela Aznar Siguan <[email protected]>
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
BSD 3-Clause License

Copyright (c) 2020, MeteoSwiss
Authors: Philipp Falke <[email protected]>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
yaconfigobject
==============

[![pipeline status](https://gitlab.meteoswiss.ch/APP/yaconfigobject/badges/master/pipeline.svg)](https://gitlab.meteoswiss.ch/APP/yaconfigobject/commits/master)
[![coverage report](https://gitlab.meteoswiss.ch/APP/yaconfigobject/badges/master/coverage.svg)](https://gitlab.meteoswiss.ch/APP/yaconfigobject/commits/master)
[![Build Status](https://travis-ci.com/MeteoSwiss/yaconfigobject.svg?branch=master)](https://travis-ci.com/MeteoSwiss/yaconfigobject) [![codecov](https://codecov.io/gh/MeteoSwiss/yaconfigobject/branch/master/graph/badge.svg)](https://codecov.io/gh/MeteoSwiss/yaconfigobject) [![Documentation Status](https://readthedocs.org/projects/yaconfigobject/badge/?version=latest)](https://yaconfigobject.readthedocs.io/en/latest/?badge=latest)


Yet Anoter Configuration Object, this time using YAML.
Expand Down
Binary file removed doc/_build/doctrees/authors.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/contributing.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed doc/_build/doctrees/history.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/installation.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/usage.doctree
Binary file not shown.
Binary file removed doc/_build/doctrees/yaconfigobject.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions doc/_build/html/.buildinfo

This file was deleted.

105 changes: 0 additions & 105 deletions doc/_build/html/_modules/index.html

This file was deleted.

Loading

0 comments on commit 49eabcd

Please sign in to comment.