Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version ready to do first pypi release (1.2.3) #2

Merged
merged 7 commits into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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